home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / svgabg52.zip / NOTES16.SVG < prev    next >
Text File  |  1993-09-11  |  1KB  |  53 lines

  1. SuperVGA 16 BGI driver
  2. Version 2.0
  3. August 28, 1993
  4.  
  5. Revisions:
  6.     1.7 - May 21, 1993
  7.     1.6 - April 20, 1993
  8.     1.55 - January 28, 1993
  9.     1.5 - June 22, 1992
  10.  
  11. This is the latest version of my 16 color BGI driver.  All functions have
  12. been implemented (including paging and floodfill), and should work like
  13. the EGAVGA driver.
  14.  
  15.     o Fixed putimage bug. Now logical operations work the way they
  16.       are supposed to. ;->
  17.  
  18.     o Added new logical operations to putimage:
  19.       XNOR_PUT
  20.       NAND_PUT
  21.       NOR_PUT
  22.  
  23.     o Fixed VESA support (1.4)
  24.  
  25.     o Support for the S3 card (non-native mode) has been added (1.5)
  26.  
  27.     o Enhanced paging support (1.5)
  28.  
  29.       Mode        Paging?        # of pages (with 1M)  (with std VGA)
  30.       320x200    yes                32    8
  31.       640x200    yes                16    4
  32.       640x350    yes                8    2
  33.       640x480    yes                4    1
  34.       800x600    yes                4    0
  35.       1024x768    yes                2    0
  36.  
  37.     o Mouse code hooks added (1.55)
  38.  
  39.     o New card support added, changed old card support (1.6)
  40.         Acumos, Avance Logic 2101, Cirrus 54xx, Compaq, MXIC 68020, NCR, 
  41.         Primus 2000, Realtek
  42.  
  43.     o Paging enhanced to work with new cards (1.6)
  44.  
  45.     o 1280x1024x16 support added (not fully tested) (1.6)
  46.  
  47.     o Fixed text clipping at right and bottom edges (1.7)
  48.  
  49.     o Added compile-time support for 8x8, 8x14, or 8x16 bitmap fonts (1.7)
  50.  
  51.     o Drivers now have compile-time support for BGI version 3.0.
  52.       Supports protected mode with Borland Pascal 7.0 (2.0)
  53.